func internal/poll.errClosing
6 uses
internal/poll (current package)
fd.go#L42: func errClosing(isFile bool) error {
fd_mutex.go#L203: return errClosing(fd.isFile)
fd_mutex.go#L222: return errClosing(fd.isFile)
fd_mutex.go#L240: return errClosing(fd.isFile)
fd_poll_runtime.go#L121: return errClosing(isFile)
fd_unix.go#L92: return errClosing(fd.isFile)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |